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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫∫悪茫 | 1110010010101001100000011110011110001000101010111110010010101001 | e4a981e788abe4a9 |
EUC-JP | 茫∫悪茫 | 1110100010101011101000101110100110110000101011011110100010101011 | e8aba2e9b0ade8ab |
UTF-8 | 茫∫悪茫 | 111010001000110010101011111000101000100010101011111001101000001010101010111010001000110010101011 | e88cabe288abe682aae88cab |
UHC | 茫∫?茫 | 11011000110101001010000111110010001111111101100011010100 | d8d4a1f23fd8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)