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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 壹耕?^ | 100110101110001110001101011010110011111101011110 | 9ae38d6b3f5e |
EUC-JP | 壹耕?^ | 110101001110010110111001110011000011111101011110 | d4e5b9cc3f5e |
UTF-8 | 壹耕륌^ | 11100101101000111011100111101000100000001001010111101011101001011000110001011110 | e5a3b9e88095eba58c5e |
UHC | 壹耕륌^ | 11101100111011001100110011101001101101111111011001011110 | ececcce9b7f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)