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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逕ャ騾オ貅 | 1110011110010100101011001110100110000000101101011110011010111010 | e794ace980b5e6ba |
EUC-JP | 逕ャ騾オ貅 | 11101101111101001000111010101100111100011110000010001110101101011110110010111100 | edf48eacf1e08eb5ecbc |
UTF-8 | 逕ャ騾オ貅 | 111010011000000010010101111011111011110110101100111010011010100010111110111011111011110110110101111010001011001010000101 | e98095efbdace9a8beefbdb5e8b285 |
UHC | 逕???? | 110011001110111100111111001111110011111100111111 | ccef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)