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 | 餘?? | 11101001010100000011111100111111 | e9503f3f |
EUC-JP | 餘?? | 11110001101100010011111100111111 | f1b13f3f |
UTF-8 | 餘욄솿 | 111010011010010010011000111011001001101010000100111011001000011010111111 | e9a498ec9a84ec86bf |
UHC | 餘욄솿 | 111001101010111010011110111001101001100110110011 | e6ae9ee699b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)