To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬮幄セ | 1110100110101011100110111110100010111110 | e9ab9be8be |
EUC-JP | 鬮幄セ | 111100101010110111010110111010101000111010111110 | f2add6ea8ebe |
UTF-8 | 鬮幄セ | 111010011010110010101110111001011011100110000100111011111011110110111110 | e9acaee5b984efbdbe |
UHC | ?幄? | 00111111111001001100000100111111 | 3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)