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 | ???d[ | 0011111100111111001111110110010001011011 | 3f3f3f645b |
SJIS-WIN | ?釐ュd[ | 00111111111001111101100010000011100001010110010001011011 | 3fe7d88385645b |
EUC-JP | ?釐ュd[ | 00111111111011101101101010100101111001010110010001011011 | 3feedaa5e5645b |
UTF-8 | 룶釐ュd[ | 1110101110100011101101101110100110000111100100001110001110000011101001010110010001011011 | eba3b6e98790e383a5645b |
UHC | 룶釐ュd[ | 1000111110101011110101111110110110101011111001010110010001011011 | 8fabd7edabe5645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)