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 | 彫頭? | 1001001010100100100100111010101000111111 | 92a493aa3f |
EUC-JP | 彫頭? | 1100010010100110110001101010110000111111 | c4a6c6ac3f |
UTF-8 | 彫頭딧 | 111001011011110110101011111010011010000010101101111010111001010010100111 | e5bdabe9a0adeb94a7 |
UHC | 彫頭딧 | 111100001100000111010100111010011011010111110111 | f0c1d4e9b5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)