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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 頸痔 | 11101000111100101000111010100100 | e8f28ea4 |
EUC-JP | 頸痔 | 11110000111101001011110010100110 | f0f4bca6 |
UTF-8 | 頸痔 | 111010011010000010111000111001111001011110010100 | e9a0b8e79794 |
UHC | 頸痔 | 11001100111100101111011011000000 | ccf2f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)