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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 皎禳^ | 1110000110100111111000100101100101011110 | e1a7e2595e |
EUC-JP | 皎禳^ | 1110001010101001111000111011101001011110 | e2a9e3ba5e |
UTF-8 | 皎禳^ | 11100111100110101000111011100111101001101011001101011110 | e79a8ee7a6b35e |
UHC | 皎禳^ | 1100111011101011111001011100110001011110 | ceebe5cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)