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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜩ュ蜚クB | 11100101100100111010110111100101100101001011100001000010 | e593ade594b842 |
EUC-JP | 蜩ュ蜚クB | 111010011111001110001110101011011110100111110100100011101011100001000010 | e9f38eade9f48eb842 |
UTF-8 | 蜩ュ蜚クB | 11101000100111001010100111101111101111011010110111101000100111001001101011101111101111011011100001000010 | e89ca9efbdade89c9aefbdb842 |
UHC | ??蜚?B | 001111110011111111011110101001000011111101000010 | 3f3fdea43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)