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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 帳??h帳?? | 100100101010000000111111001111110110100010010010101000000011111100111111 | 92a03f3f6892a03f3f |
EUC-JP | 帳??h帳?? | 110001001010001000111111001111110110100011000100101000100011111100111111 | c4a23f3f68c4a23f3f |
UTF-8 | 帳⑶눈h帳⑶눈 | 11100101101110001011001111100010100100011011011011101011100010001000100001101000111001011011100010110011111000101001000110110110111010111000100010001000 | e5b8b3e291b6eb888868e5b8b3e291b6eb8888 |
UHC | 帳⑶눈h帳⑶눈 | 11101101111000111010100111101001101101001010101101101000111011011110001110101001111010011011010010101011 | ede3a9e9b4ab68ede3a9e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)