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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髻懃、シ豼ォB | 11101001100111111001110011100111101001001011110011100110101111111010101101000010 | e99f9ce7a4bce6bfab42 |
EUC-JP | 髻懃、シ豼ォB | 11110010101000011101100011101001100011101010010010001110101111001110110011000001100011101010101101000010 | f2a1d8e98ea48ebcecc18eab42 |
UTF-8 | 髻懃、シ豼ォB | 11101001101010111011101111100110100001111000001111101111101111011010010011101111101111011011110011101000101100011011110011101111101111011010101101000010 | e9abbbe68783efbda4efbdbce8b1bcefbdab42 |
UHC | ?懃????B | 0011111111010000110001000011111100111111001111110011111101000010 | 3fd0c43f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)