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 | üêÛ÷\ | 1111110011101010110110111111011101011100 | fceadbf75c |
SJIS-WIN | ???÷\ | 001111110011111100111111100000011000000001011100 | 3f3f3f81805c |
EUC-JP | üêÛ÷\ | 100011111010101111100100100011111010101110110100100011111010101011100101101000011110000001011100 | 8fabe48fabb48faae5a1e05c |
UTF-8 | üêÛ÷\ | 110000111011110011000011101010101100001110011011110000111011011101011100 | c3bcc3aac39bc3b75c |
UHC | ???÷\ | 001111110011111100111111101000011100000001011100 | 3f3f3fa1c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)