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 | 駭峯瞼 | 111010010110111010010101111101011110000111011001 | e96e95f5e1d9 |
EUC-JP | 駭峯瞼 | 111100011100111111001010111101111110001011011011 | f1cfcaf7e2db |
UTF-8 | 駭峯瞼 | 111010011010011110101101111001011011001110101111111001111001111010111100 | e9a7ade5b3afe79ebc |
UHC | 駭峯瞼 | 111110101011010011011100111001111100110010100001 | fab4dce7cca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)