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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 而?~ | 10001110101001110011111101111110 | 8ea73f7e |
EUC-JP | 而?~ | 10111100101010010011111101111110 | bca93f7e |
UTF-8 | 而렜~ | 11101000100000001000110011101011101000001001110001111110 | e8808ceba09c7e |
UHC | 而렜~ | 1110110010111011100011101010111001111110 | ecbb8eae7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)