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 | 閾滔「曾 | 11101000100001111001111111101011101000101001000101011100 | e8879feba2915c |
EUC-JP | 閾滔「曾 | 1110111111100111110111101110110110001110101000101100000110111101 | efe7deed8ea2c1bd |
UTF-8 | 閾滔「曾 | 111010011001011010111110111001101011101110010100111011111011110110100010111001101001101110111110 | e996bee6bb94efbda2e69bbe |
UHC | ?滔?曾 | 001111111101010010100101001111111111000111110100 | 3fd4a53ff1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)