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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 上ェシセh上 | 1000111111100011101010101011110010111110011010001000111111100011 | 8fe3aabcbe688fe3 |
EUC-JP | 上ェシセh上 | 1011111011100101100011101010101010001110101111001000111010111110011010001011111011100101 | bee58eaa8ebc8ebe68bee5 |
UTF-8 | 上ェシセh上 | 11100100101110001000101011101111101111011010101011101111101111011011110011101111101111011011111001101000111001001011100010001010 | e4b88aefbdaaefbdbcefbdbe68e4b88a |
UHC | 上???h上 | 1101111110111110001111110011111100111111011010001101111110111110 | dfbe3f3f3f68dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)