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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 淫??h淫 | 10001000111110100011111100111111011010001000100011111010 | 88fa3f3f6888fa |
EUC-JP | 淫??h淫 | 10110000111111000011111100111111011010001011000011111100 | b0fc3f3f68b0fc |
UTF-8 | 淫㏃넧h淫 | 11100110101101111010101111100011100011111000001111101011100001001010011101101000111001101011011110101011 | e6b7abe38f83eb84a768e6b7ab |
UHC | 淫㏃넧h淫 | 111010111110001010100111111011001000011010101000011010001110101111100010 | ebe2a7ec86a868ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)