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 | 壤??秧 | 100110101101111100111111001111111110001001011110 | 9adf3f3fe25e |
EUC-JP | 壤??秧 | 110101001110000100111111001111111110001110111111 | d4e13f3fe3bf |
UTF-8 | 壤쏅젺秧 | 111001011010001110100100111011001000111110000101111011001010000010111010111001111010011110100111 | e5a3a4ec8f85eca0bae7a7a7 |
UHC | 壤쏅젺秧 | 1110010110111101100110111110101110100000101011011110010011101011 | e5bd9beba0ade4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)