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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迴ゥ增 | 1110011110001111101010011111101010011101 | e78fa9fa9d |
EUC-JP | 迴ゥ? | 1110110111101111100011101010100100111111 | edef8ea93f |
UTF-8 | 迴ゥ增 | 111010001011111110110100111011111011110110101001111001011010001010011110 | e8bfb4efbda9e5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)