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 | 壹絲痞 | 100110101110001111100011010011101110000101111100 | 9ae3e34ee17c |
EUC-JP | 壹絲痞 | 110101001110010111100101101011111110000111011101 | d4e5e5afe1dd |
UTF-8 | 壹絲痞 | 111001011010001110111001111001111011010110110010111001111001011110011110 | e5a3b9e7b5b2e7979e |
UHC | 壹絲? | 1110110011101100110111101110101000111111 | ececdeea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)