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 | 001111111001100111110011100110101110000101000010 | 3f99f39ae142 |
EUC-JP | ?咐壯B | 001111111101001011110101110101001110001101000010 | 3fd2f5d4e342 |
UTF-8 | 뤫咐壯B | 11101011101001001010101111100101100100101001000011100101101000111010111101000010 | eba4abe59290e5a3af42 |
UHC | 뤫咐壯B | 10001111110110011101110011111011111011011110000001000010 | 8fd9dcfbede042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)