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 | 嶸??飮?? | 1111101010110100001111110011111110011111010110100011111100111111 | fab43f3f9f5a3f3f |
EUC-JP | 嶸??飮?? | 100011111011101111110100001111110011111111011101101110110011111100111111 | 8fbbf43f3fddbb3f3f |
UTF-8 | 嶸뗫벨飮꿩뀆 | 111001011011011010111000111010111001011110101011111010111011001010101000111010011010001110101110111010101011111110101001111010111000000010000110 | e5b6b8eb97abebb2a8e9a3aeeabfa9eb8086 |
UHC | 嶸뗫벨飮꿩뀆 | 111001111010111010001011111010111011101010100111111010111110011010110010111001101000010110000010 | e7ae8bebbaa7ebe6b2e68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)