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 | 齬蒻: | 111010101001011111100100111010001000000101000110 | ea97e4e88146 |
EUC-JP | 齬蒻: | 111100111111011111101000111010101010000110100111 | f3f7e8eaa1a7 |
UTF-8 | 齬蒻: | 111010011011110110101100111010001001001010111011111011111011110010011010 | e9bdace892bbefbc9a |
UHC | 齬蒻: | 111001011110000111100101101101101010001110111010 | e5e1e5b6a3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)