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上 | 1000111111100011101111001011110010101010011010001000111111100011 | 8fe3bcbcaa688fe3 |
EUC-JP | 上シシェh上 | 1011111011100101100011101011110010001110101111001000111010101010011010001011111011100101 | bee58ebc8ebc8eaa68bee5 |
UTF-8 | 上シシェh上 | 11100100101110001000101011101111101111011011110011101111101111011011110011101111101111011010101001101000111001001011100010001010 | e4b88aefbdbcefbdbcefbdaa68e4b88a |
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)