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 | 螂翠侃 | 111001011010010110010000100010011000101010100100 | e5a590898aa4 |
EUC-JP | 螂翠侃 | 111010101010011110111111111010011011010010100110 | eaa7bfe9b4a6 |
UTF-8 | 螂翠侃 | 111010001001111010000010111001111011111110100000111001001011111010000011 | e89e82e7bfa0e4be83 |
UHC | 螂翠侃 | 110101011100110011110110101010001100101011001001 | d5ccf6a8cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)