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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 謠??] | 1110011010001111001111110011111101011101 | e68f3f3f5d |
EUC-JP | 謠??] | 1110101111101111001111110011111101011101 | ebef3f3f5d |
UTF-8 | 謠몃젧] | 11101000101011001010000011101011101010101000001111101100101000001010011101011101 | e8aca0ebaa83eca0a75d |
UHC | 謠몃젧] | 11101001101010101011100011101011101000001001111101011101 | e9aab8eba09f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)