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 | 止?淫?止? | 100011100111111000111111100010001111101000111111100011100111111000111111 | 8e7e3f88fa3f8e7e3f |
EUC-JP | 止?淫?止? | 101110111101111100111111101100001111110000111111101110111101111100111111 | bbdf3fb0fc3fbbdf3f |
UTF-8 | 止렮淫렧止렮 | 111001101010110110100010111010111010000010101110111001101011011110101011111010111010000010100111111001101010110110100010111010111010000010101110 | e6ada2eba0aee6b7abeba0a7e6ada2eba0ae |
UHC | 止렮淫렧止렮 | 111100101010110110001110101110111110101111100010100011101011011011110010101011011000111010111011 | f2ad8ebbebe28eb6f2ad8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)