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 | 舌鴒鴒 | 100100001110001111101001111101111110100111110111 | 90e3e9f7e9f7 |
EUC-JP | 舌鴒鴒 | 110000001110010111110010111110011111001011111001 | c0e5f2f9f2f9 |
UTF-8 | 舌鴒鴒 | 111010001000100010001100111010011011010010010010111010011011010010010010 | e8888ce9b492e9b492 |
UHC | 舌?? | 11100000110111110011111100111111 | e0df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)