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 | 荵傚荼荵傚 | 11100100101110011001100011111001111001001011011011100100101110011001100011111001 | e4b998f9e4b6e4b998f9 |
EUC-JP | 荵傚荼荵傚 | 11101000101110111101000011111011111010001011100011101000101110111101000011111011 | e8bbd0fbe8b8e8bbd0fb |
UTF-8 | 荵傚荼荵傚 | 111010001000110110110101111001011000001010011010111010001000110110111100111010001000110110110101111001011000001010011010 | e88db5e5829ae88dbce88db5e5829a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)