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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 頸痔W | 11101000111100101000111010100100010101111111001010110011 | e8f28ea457f2b3 |
EUC-JP | 頸痔W? | 111100001111010010111100101001100101011100111111 | f0f4bca6573f |
UTF-8 | 頸痔W | 11101001101000001011100011100111100101111001010001010111111011101000011110101010 | e9a0b8e7979457ee87aa |
UHC | 頸痔W? | 110011001111001011110110110000000101011100111111 | ccf2f6c0573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)