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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 爾?耳??B | 1000111010100010001111111000111010101000001111110011111101000010 | 8ea23f8ea83f3f42 |
EUC-JP | 爾?耳??B | 1011110010100100001111111011110010101010001111110011111101000010 | bca43fbcaa3f3f42 |
UTF-8 | 爾琡耳롛롗B | 11100111100010001011111011100111100100001010000111101000100000001011001111101011101000011001101111101011101000011001011101000010 | e788bee790a1e880b3eba19beba19742 |
UHC | 爾琡耳롛롗B | 1110110010110011111000101101101011101100101111001000111011011111100011101101101101000010 | ecb3e2daecbc8edf8edb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)