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 | 止?毫?諄 | 1000111001111110001111111001111101111100001111111110011001111000 | 8e7e3f9f7c3fe678 |
EUC-JP | 止?毫?諄 | 1011101111011111001111111101110111011101001111111110101111011001 | bbdf3fdddd3febd9 |
UTF-8 | 止렣毫렡諄 | 111001101010110110100010111010111010000010100011111001101010111110101011111010111010000010100001111010001010101110000100 | e6ada2eba0a3e6afabeba0a1e8ab84 |
UHC | 止렣毫렡諄 | 11110010101011011000111010110100111110111100011010001110101100101110001011110100 | f2ad8eb4fbc68eb2e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)