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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 淫??h淫?? | 100010001111101000111111001111110110100010001000111110100011111100111111 | 88fa3f3f6888fa3f3f |
EUC-JP | 淫??h淫?? | 101100001111110000111111001111110110100010110000111111000011111100111111 | b0fc3f3f68b0fc3f3f |
UTF-8 | 淫㏃넧h淫㏃넧 | 11100110101101111010101111100011100011111000001111101011100001001010011101101000111001101011011110101011111000111000111110000011111010111000010010100111 | e6b7abe38f83eb84a768e6b7abe38f83eb84a7 |
UHC | 淫㏃넧h淫㏃넧 | 11101011111000101010011111101100100001101010100001101000111010111110001010100111111011001000011010101000 | ebe2a7ec86a868ebe2a7ec86a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)