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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 歪?夜 | 1001100001100011001111111001011011101001 | 98633f96e9 |
EUC-JP | 歪?夜 | 1100111111000100001111111100110011101011 | cfc43fcceb |
UTF-8 | 歪뺱夜 | 111001101010110110101010111010111011101010110001111001011010010010011100 | e6adaaebbab1e5a49c |
UHC | 歪뺱夜 | 111010001110000010010101111110001110010110101000 | e8e095f8e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)