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 | 100100011010000100111111100011001110111101000010 | 91a13f8cef42 |
EUC-JP | 贈?鯉B | 110000101010001100111111101110001111000101000010 | c2a33fb8f142 |
UTF-8 | 贈얜鯉B | 11101000101101001000100011101100100101101001110011101001101011111000100101000010 | e8b488ec969ce9af8942 |
UHC | 贈얜鯉B | 11110001111111001011111011101011110101111110111101000010 | f1fcbeebd7ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)