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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 軫??B | 1110011101100110001111110011111101000010 | e7663f3f42 |
EUC-JP | 軫??B | 1110110111000111001111110011111101000010 | edc73f3f42 |
UTF-8 | 軫렰롚B | 11101000101110111010101111101011101000001011000011101011101000011001101001000010 | e8bbabeba0b0eba19a42 |
UHC | 軫렰롚B | 11110010111000101000111010111101100011101101111001000010 | f2e28ebd8ede42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)