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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樗??峯 | 100100101001010000111111001111111001010111110101 | 92943f3f95f5 |
EUC-JP | 樗泮?峯 | 1100001111110100100011111100011110101000001111111100101011110111 | c3f48fc7a83fcaf7 |
UTF-8 | 樗泮렕峯 | 111001101010100010010111111001101011001110101110111010111010000010010101111001011011001110101111 | e6a897e6b3aeeba095e5b3af |
UHC | 樗泮렕峯 | 1110111011000000110110101110101010001110101010101101110011100111 | eec0daea8eaadce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)