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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷溢о | 111010001001110010001000111011001000010010000000 | e89c88ec8480 |
EUC-JP | 陷溢о | 111011111111110010110000111011101010011111100000 | effcb0eea7e0 |
UTF-8 | 陷溢о | 1110100110011001101101111110011010111010101000101101000010111110 | e999b7e6baa2d0be |
UHC | 陷溢о | 111110011110100011101100111011101010110011100000 | f9e8eceeace0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)