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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?錚??? | 1000111001111110001111111110100001000010001111110011111100111111 | 8e7e3fe8423f3f3f |
EUC-JP | 止?錚??? | 1011101111011111001111111110111110100011001111110011111100111111 | bbdf3fefa33f3f3f |
UTF-8 | 止렜錚띳렰렮 | 111001101010110110100010111010111010000010011100111010011000110010011010111010111001110110110011111010111010000010110000111010111010000010101110 | e6ada2eba09ce98c9aeb9db3eba0b0eba0ae |
UHC | 止렜錚띳렰렮 | 111100101010110110001110101011101110111010110110101101101111000110001110101111011000111010111011 | f2ad8eaeeeb6b6f18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)