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 | 型?啼 | 1000110001011110001111111001101001100101 | 8c5e3f9a65 |
EUC-JP | 型?啼 | 1011011110111111001111111101001111000110 | b7bf3fd3c6 |
UTF-8 | 型렊啼 | 111001011001111010001011111010111010000010001010111001011001010110111100 | e59e8beba08ae595bc |
UHC | 型렊啼 | 111110101111111010001110101000011111000010100110 | fafe8ea1f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)