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 | 嵬?犢 | 1001101111001010001111111110000010110111 | 9bca3fe0b7 |
EUC-JP | 嵬?犢 | 1101011011001100001111111110000010111001 | d6cc3fe0b9 |
UTF-8 | 嵬닺犢 | 111001011011010110101100111010111000101110111010111001111000101010100010 | e5b5aceb8bbae78aa2 |
UHC | 嵬닺犢 | 111010001110001110110100111010001101010010111011 | e8e3b4e8d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)