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 | 扈?? | 11100111101110110011111100111111 | e7bb3f3f |
EUC-JP | 扈?? | 11101110101111010011111100111111 | eebd3f3f |
UTF-8 | 扈꿰렟 | 111001101000100110001000111010101011111110110000111010111010000010011111 | e68988eabfb0eba09f |
UHC | 扈꿰렟 | 111110111100001110110010111001111000111010110000 | fbc3b2e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)