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 | 鮏謝痔 | 111111000100001110001110110100111000111010100100 | fc438ed38ea4 |
EUC-JP | 鮏謝痔 | 10001111111010101101101110111100110101011011110010100110 | 8feadbbcd5bca6 |
UTF-8 | 鮏謝痔 | 111010011010111010001111111010001010110010011101111001111001011110010100 | e9ae8fe8ac9de79794 |
UHC | ?謝痔 | 0011111111011110111100111111011011000000 | 3fdef3f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)