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 | 日?牆??? | 1001001111111010001111111110000010101101001111110011111100111111 | 93fa3fe0ad3f3f3f |
EUC-JP | 日?牆?馹? | 11000110111111000011111111100000101011110011111110001111111010011010000100111111 | c6fc3fe0af3f8fe9a13f |
UTF-8 | 日렟牆렟馹렔 | 111001101001011110100101111010111010000010011111111001111000100110000110111010111010000010011111111010011010011010111001111010111010000010010100 | e697a5eba09fe78986eba09fe9a6b9eba094 |
UHC | 日렟牆렟馹렔 | 111011001110110110001110101100001110110111101101100011101011000011101100111100011000111010101001 | eced8eb0eded8eb0ecf18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)