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 | 止?汀?臟? | 100011100111111000111111100100101111001100111111111001000110011000111111 | 8e7e3f92f33fe4663f |
EUC-JP | 止?汀?臟? | 101110111101111100111111110001001111010100111111111001111100011100111111 | bbdf3fc4f53fe7c73f |
UTF-8 | 止렣汀렡臟렏 | 111001101010110110100010111010111010000010100011111001101011000110000000111010111010000010100001111010001000011110011111111010111010000010001111 | e6ada2eba0a3e6b180eba0a1e8879feba08f |
UHC | 止렣汀렡臟렏 | 111100101010110110001110101101001110111111100010100011101011001011101101111101001000111010100101 | f2ad8eb4efe28eb2edf48ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)