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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍夜。比鬧 | 111010001011010010010110111010011010000110010100111001001110100110100111 | e8b496e9a194e4e9a7 |
EUC-JP | 雍夜。比鬧 | 11110000101101101100110011101011100011101010000111001000111001101111001010101001 | f0b6cceb8ea1c8e6f2a9 |
UTF-8 | 雍夜。比鬧 | 111010011001101110001101111001011010010010011100111011111011110110100001111001101010111110010100111010011010110010100111 | e99b8de5a49cefbda1e6af94e9aca7 |
UHC | 雍夜?比鬧 | 111010001011110011100101101010000011111111011101111011111101011110100010 | e8bce5a83fddefd7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)