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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 裃呎☆B | 11100101110111111001100111100110100000011001100101000010 | e5df99e6819942 |
EUC-JP | 裃呎☆B | 11101010111000011101001011101000101000011111100101000010 | eae1d2e8a1f942 |
UTF-8 | 裃呎☆B | 11101000101000111000001111100101100100011000111011100010100110001000011001000010 | e8a383e5918ee2988642 |
UHC | ??☆B | 0011111100111111101000011101100101000010 | 3f3fa1d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)