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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 宥?宥?B | 10010111010001110011111110010111010001110011111101000010 | 97473f97473f42 |
EUC-JP | 宥?宥?B | 11001101101010000011111111001101101010000011111101000010 | cda83fcda83f42 |
UTF-8 | 宥됨宥됨B | 11100101101011101010010111101011100100001010100011100101101011101010010111101011100100001010100001000010 | e5aea5eb90a8e5aea5eb90a842 |
UHC | 宥됨宥됨B | 111010101110100110110101110010101110101011101001101101011100101001000010 | eae9b5caeae9b5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)