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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碣h鷯蘯 | 1110000111110000100000101000100011101010010111011110000110111010 | e1f08288ea5de1ba |
EUC-JP | 碣h鷯蘯 | 1110001011110010101000111110100011110011101111101110001010111100 | e2f2a3e8f3bee2bc |
UTF-8 | 碣h鷯蘯 | 111001111010001010100011111011111011110110001000111010011011011110101111111010001001100010101111 | e7a2a3efbd88e9b7afe898af |
UHC | 碣h?? | 110010101110010110100011111010000011111100111111 | cae5a3e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)