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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 危E危EB | 10001010111010110100010110001010111010110100010101000010 | 8aeb458aeb4542 |
EUC-JP | 危E危EB | 10110100111011010100010110110100111011010100010101000010 | b4ed45b4ed4542 |
UTF-8 | 危E危EB | 111001011000110110110001010001011110010110001101101100010100010101000010 | e58db145e58db14542 |
UHC | 危E危EB | 11101010110010110100010111101010110010110100010101000010 | eacb45eacb4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)