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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘂??而 | 111001010100000100111111001111111000111010100111 | e5413f3f8ea7 |
EUC-JP | 蘂??而 | 111010011010001000111111001111111011110010101001 | e9a23f3fbca9 |
UTF-8 | 蘂섍퀋而 | 111010001001100010000010111011001000010010001101111011011000000010001011111010001000000010001100 | e89882ec848ded808be8808c |
UHC | 蘂섍퀋而 | 1110011111011110100110001110101010110011100000011110110010111011 | e7de98eab381ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)