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 | 寘執昇 | 111110101010100110001110101101111000111110111000 | faa98eb78fb8 |
EUC-JP | 寘執昇 | 10001111101110101110000110111100101110011011111010111010 | 8fbae1bcb9beba |
UTF-8 | 寘執昇 | 111001011010111110011000111001011001111110110111111001101001100010000111 | e5af98e59fb7e69887 |
UHC | ?執昇 | 0011111111110010111110111110001110110000 | 3ff2fbe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)