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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阮翫o驢 | 1110100010010110100010101110001110000010100011111110100110000110 | e8968ae3828fe986 |
EUC-JP | 阮翫o驢 | 1110111111110110101101001110010110100011111011111111000111100110 | eff6b4e5a3eff1e6 |
UTF-8 | 阮翫o驢 | 111010011001100010101110111001111011111110101011111011111011110110001111111010011010100110100010 | e998aee7bfabefbd8fe9a9a2 |
UHC | 阮翫o驢 | 1110100011010110111010001101000110100011111011111101010111110000 | e8d6e8d1a3efd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)