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 | 10011101010011001110000110011000100101110101011101000010 | 9d4ce198975742 |
EUC-JP | 扠癢邑B | 11011001101011011110000111111000110011011011100001000010 | d9ade1f8cdb842 |
UTF-8 | 扠癢邑B | 11100110100010011010000011100111100110011010001011101001100000101001000101000010 | e689a0e799a2e9829142 |
UHC | ??邑B | 0011111100111111111010111110100101000010 | 3f3febe942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)