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 | 疋?h? | 100101010100010000111111100000101000100000111111 | 95443f82883f |
EUC-JP | 疋?h? | 110010011010010100111111101000111110100000111111 | c9a53fa3e83f |
UTF-8 | 疋겼h뤋 | 111001111001011010001011111010101011001010111100111011111011110110001000111010111010010010001011 | e7968beab2bcefbd88eba48b |
UHC | 疋겼h뤋 | 1111100110110101101100001110010110100011111010001000111110111011 | f9b5b0e5a3e88fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)