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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 鄂崎ぎe^ | 1110011110111101100011011110100010000010101011000110010101011110 | e7bd8de882ac655e |
EUC-JP | 鄂崎ぎe^ | 1110111010111111101110101110101010100100101011100110010101011110 | eebfbaeaa4ae655e |
UTF-8 | 鄂崎ぎe^ | 1110100110000100100000101110010110110100100011101110001110000001100011100110010101011110 | e98482e5b48ee3818e655e |
UHC | 鄂崎ぎe^ | 1110010011000111110100001111100010101010101011100110010101011110 | e4c7d0f8aaae655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)