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 | 讌轟Б粳 | 1110011010100101100011011000110010000100010000011110001011101001 | e6a58d8c8441e2e9 |
EUC-JP | 讌轟Б粳 | 1110110010100111101110011110110010100111101000101110010011101011 | eca7b9eca7a2e4eb |
UTF-8 | 讌轟Б粳 | 1110100010101110100011001110100010111101100111111101000010010001111001111011001010110011 | e8ae8ce8bd9fd091e7b2b3 |
UHC | ?轟Б粳 | 00111111110011101101111010101100101000101100101111010111 | 3fcedeaca2cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)