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 | 證?騁異 | 11100110100110100011111111101001011101001000100011011001 | e69a3fe97488d9 |
EUC-JP | 證?騁異 | 11101011111110100011111111110001110101011011000011011011 | ebfa3ff1d5b0db |
UTF-8 | 證띄騁異 | 111010001010110110001001111010111001110110000100111010011010100010000001111001111001010110110000 | e8ad89eb9d84e9a881e795b0 |
UHC | 證띄騁異 | 1111000111111011101101101110011111011110101111101110110010110110 | f1fbb6e7debeecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)