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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?紈???B | 0011111110001111110100111100110100111111001111110011111101000010 | 3f8fd3cd3f3f3f42 |
UTF-8 | 뤚紈웡롉롍B | 11101011101001001001101011100111101101001000100011101100100110111010000111101011101000011000100111101011101000011000110101000010 | eba49ae7b488ec9ba1eba189eba18d42 |
UHC | 뤚紈웡롉롍B | 1000111111001001111111001011110010111111111111011000111011001111100011101101001101000010 | 8fc9fcbcbffd8ecf8ed342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)