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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 淫?¨? | 100010001111101000111111100000010100111000111111 | 88fa3f814e3f |
EUC-JP | 淫?¨? | 101100001111110000111111101000011010111100111111 | b0fc3fa1af3f |
UTF-8 | 淫뤿¨琉 | 1110011010110111101010111110101110100100101111111100001010101000111011111010011110001100 | e6b7abeba4bfc2a8efa78c |
UHC | 淫뤿¨琉 | 1110101111100010100011111110101110100001101001111110101110100100 | ebe28feba1a7eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)