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 | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
SJIS-WIN | ?毬cB | 0011111110011111011110110110001101000010 | 3f9f7b6342 |
EUC-JP | ?毬cB | 0011111111011101110111000110001101000010 | 3fdddc6342 |
UTF-8 | 렺毬cB | 1110101110100000101110101110011010101111101011000110001101000010 | eba0bae6afac6342 |
UHC | 렺毬cB | 100011101100001011001111101100110110001101000010 | 8ec2cfb36342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)