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 | 止?宰?懿? | 100011100111111000111111100011011100100100111111100111001111001000111111 | 8e7e3f8dc93f9cf23f |
EUC-JP | 止?宰?懿? | 101110111101111100111111101110101100101100111111110110001111010000111111 | bbdf3fbacb3fd8f43f |
UTF-8 | 止렠宰렞懿렠 | 111001101010110110100010111010111010000010100000111001011010111010110000111010111010000010011110111001101000011110111111111010111010000010100000 | e6ada2eba0a0e5aeb0eba09ee687bfeba0a0 |
UHC | 止렠宰렞懿렠 | 111100101010110110001110101100011110111010100101100011101010111111101011111100111000111010110001 | f2ad8eb1eea58eafebf38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)