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 | ??a? | 00111111001111110110000100111111 | 3f3f613f |
SJIS-WIN | 淨?a伊 | 100111111100010000111111011000011000100011001001 | 9fc43f6188c9 |
EUC-JP | 淨?a伊 | 110111101100011000111111011000011011000011001011 | dec63f61b0cb |
UTF-8 | 淨렠a伊 | 11100110101101111010100011101011101000001010000001100001111001001011110010001010 | e6b7a8eba0a061e4bc8a |
UHC | 淨렠a伊 | 11101111111001001000111010110001011000011110110010100101 | efe48eb161eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)