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 | 1110001110100000001111110011111111100100011111100011111101000010 | e3a03f3fe47e3f42 |
EUC-JP | 罌??艤?B | 1110011010100010001111110011111111100111110111110011111101000010 | e6a23f3fe7df3f42 |
UTF-8 | 罌삘꽒艤풿B | 11100111101111011000110011101100100000101001100011101010101111011001001011101000100010011010010011101101100100101011111101000010 | e7bd8cec8298eabd92e889a4ed92bf42 |
UHC | 罌삘꽒艤풿B | 1110010110100010101110111110001010000100101000011110101111111010101111110110011101000010 | e5a2bbe284a1ebfabf6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)