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 | 蟇伜濤譏 | 1110010110101111100110001110010110011111101101111110011010011000 | e5af98e59fb7e698 |
EUC-JP | 蟇伜濤譏 | 1110101010110001110100001110011111011110101110011110101111111000 | eab1d0e7deb9ebf8 |
UTF-8 | 蟇伜濤譏 | 111010001001111110000111111001001011110010011100111001101011111110100100111010001010110110001111 | e89f87e4bc9ce6bfa4e8ad8f |
UHC | ??濤譏 | 001111110011111111010100101001101101000111000001 | 3f3fd4a6d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)