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 | ????悳ィ | 0011111100111111001111110011111110011100011110111000001101000010 | 3f3f3f3f9c7b8342 |
EUC-JP | ????悳ィ | 0011111100111111001111110011111111010111110111001010010110100011 | 3f3f3f3fd7dca5a3 |
UTF-8 | 룶퀛⒝룶悳ィ | 111010111010001110110110111011011000000010011011111000101001001010011101111010111010001110110110111001101000001010110011111000111000001010100011 | eba3b6ed809be2929deba3b6e682b3e382a3 |
UHC | 룶퀛⒝룶悳ィ | 100011111010101110110011100011111010100111001110100011111010101111010011111011011010101110100011 | 8fabb38fa9ce8fabd3edaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)