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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??鸚?? | 1110101001011111001111110011111111101010010111110011111100111111 | ea5f3f3fea5f3f3f |
EUC-JP | 鸚??鸚?? | 1111001111000000001111110011111111110011110000000011111100111111 | f3c03f3ff3c03f3f |
UTF-8 | 鸚룍궇鸚룍궇 | 111010011011100010011010111010111010001110001101111010101011011010000111111010011011100010011010111010111010001110001101111010101011011010000111 | e9b89aeba38deab687e9b89aeba38deab687 |
UHC | 鸚룍궇鸚룍궇 | 111001011010010010001111100010111000001010100000111001011010010010001111100010111000001010100000 | e5a48f8b82a0e5a48f8b82a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)