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 | 愎會菽 | 100111001011110110011000111100001110010011000001 | 9cbd98f0e4c1 |
EUC-JP | 愎會菽 | 110110001011111111010000111100101110100011000011 | d8bfd0f2e8c3 |
UTF-8 | 愎會菽 | 111001101000010010001110111001101001110010000011111010001000111110111101 | e6848ee69c83e88fbd |
UHC | 愎會菽 | 111110001011010011111100111001011110001011011101 | f8b4fce5e2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)