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 | 轤咏束 | 111001111000001010011001111001111001000110101001 | e78299e791a9 |
EUC-JP | 轤咏束 | 111011011110001011010010111010011100001010101011 | ede2d2e9c2ab |
UTF-8 | 轤咏束 | 111010001011110110100100111001011001001010001111111001101001110110011111 | e8bda4e5928fe69d9f |
UHC | ??束 | 00111111001111111110000111010110 | 3f3fe1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)