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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ?善?BF | 001111111001000101010000001111110100001001000110 | 3f91503f4246 |
EUC-JP | ?善?BF | 001111111100000110110001001111110100001001000110 | 3fc1b13f4246 |
UTF-8 | 뤶善쳍BF | 1110101110100100101101101110010110010110100001001110110010110011100011010100001001000110 | eba4b6e59684ecb38d4246 |
UHC | 뤶善쳍BF | 1000111111100100111000001011110010101011011011110100001001000110 | 8fe4e0bcab6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)