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 | 罐濠触裹 | 1110001110100011100011011000101010010000010001111110010111100101 | e3a38d8a9047e5e5 |
EUC-JP | 罐濠触裹 | 1110011010100101101110011110101010111111101010001110101011100111 | e6a5b9eabfa8eae7 |
UTF-8 | 罐濠触裹 | 111001111011110110010000111001101011111110100000111010001010011110100110111010001010001110111001 | e7bd90e6bfa0e8a7a6e8a3b9 |
UHC | 罐濠?? | 110011101011100011111011110011000011111100111111 | ceb8fbcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)