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 | 梧?¨橈 | 10001100111001100011111110000001010011101001111011110100 | 8ce63f814e9ef4 |
EUC-JP | 梧?¨橈 | 10111000111010000011111110100001101011111101110011110110 | b8e83fa1afdcf6 |
UTF-8 | 梧잍¨橈 | 1110011010100010101001111110110010011110100011011100001010101000111001101010100110001000 | e6a2a7ec9e8dc2a8e6a988 |
UHC | 梧잍¨橈 | 1110011111111100100111111110011010100001101001111110100011111010 | e7fc9fe6a1a7e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)