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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?荊篩 | 0011111110001100011101001110001010111111 | 3f8c74e2bf |
EUC-JP | ?荊篩 | 0011111110110111110101011110010011000001 | 3fb7d5e4c1 |
UTF-8 | 뤗荊篩 | 111010111010010010010111111010001000110110001010111001111010111110101001 | eba497e88d8ae7afa9 |
UHC | 뤗荊篩 | 100011111100011111111011101010101101111011101000 | 8fc7fbaadee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)