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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 蟾仙zK | 11100101101101111001000011100101100000101001101001001011 | e5b790e5829a4b |
EUC-JP | 蟾仙zK | 11101010101110011100000011100111101000111111101001001011 | eab9c0e7a3fa4b |
UTF-8 | 蟾仙zK | 11101000100111111011111011100100101110111001100111101111101111011001101001001011 | e89fbee4bb99efbd9a4b |
UHC | 蟾仙zK | 11100000111010101110000010111001101000111111101001001011 | e0eae0b9a3fa4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)