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 | 扈?贄 | 1110011110111011001111111110011011010001 | e7bb3fe6d1 |
EUC-JP | 扈?贄 | 1110111010111101001111111110110011010011 | eebd3fecd3 |
UTF-8 | 扈렚贄 | 111001101000100110001000111010111010000010011010111010001011010010000100 | e68988eba09ae8b484 |
UHC | 扈렚贄 | 111110111100001110001110101011011111001010111110 | fbc38eadf2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)