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 | ¨ù¨£¨ | 1010100011111001101010001010001110101000 | a8f9a8a3a8 |
SJIS-WIN | ¨?¨£¨ | 100000010100111000111111100000010100111010000001100100101000000101001110 | 814e3f814e8192814e |
EUC-JP | ¨ù¨£¨ | 1010000110101111100011111010101111100011101000011010111110100001111100101010000110101111 | a1af8fabe3a1afa1f2a1af |
UTF-8 | ¨ù¨£¨ | 11000010101010001100001110111001110000101010100011000010101000111100001010101000 | c2a8c3b9c2a8c2a3c2a8 |
UHC | ¨?¨?¨ | 1010000110100111001111111010000110100111001111111010000110100111 | a1a73fa1a73fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)