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 | 冶⑥? | 1001011011101000100001110100010100111111 | 96e887453f |
EUC-JP | 冶?? | 11001100111010100011111100111111 | ccea3f3f |
UTF-8 | 冶⑥뿏 | 111001011000011010110110111000101001000110100101111010111011111110001111 | e586b6e291a5ebbf8f |
UHC | 冶⑥뿏 | 111001011010011110101000111011001001011110010100 | e5a7a8ec9794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)