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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竟「骼オ式 | 1110100011101101101000101110100110001110101101011000111010101110 | e8eda2e98eb58eae |
EUC-JP | 竟「骼オ式 | 11110000111011111000111010100010111100011110111010001110101101011011110010110000 | f0ef8ea2f1ee8eb5bcb0 |
UTF-8 | 竟「骼オ式 | 111001111010101110011111111011111011110110100010111010011010101010111100111011111011110110110101111001011011110010001111 | e7ab9fefbda2e9aabcefbdb5e5bc8f |
UHC | 竟???式 | 11001100111001010011111100111111001111111110001111010010 | cce53f3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)