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 | 辭廷遠 | 111001111000011010010010111011001000100110010011 | e78692ec8993 |
EUC-JP | 辭廷遠 | 111011011110011011000100111011101011000111110011 | ede6c4eeb1f3 |
UTF-8 | 辭廷遠 | 111010001011111010101101111001011011101110110111111010011000000110100000 | e8beade5bbb7e981a0 |
UHC | 辭廷遠 | 110111101111011011101111110101011110101011000000 | def6efd5eac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)