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 | 邊?悶 | 1110011110110010001111111001011011100011 | e7b23f96e3 |
EUC-JP | 邊?悶 | 1110111010110100001111111100110011100101 | eeb43fcce5 |
UTF-8 | 邊욈悶 | 111010011000001010001010111011001001101010001000111001101000001010110110 | e9828aec9a88e682b6 |
UHC | 邊욈悶 | 110111001010101110111111111000001101101010111111 | dcabbfe0dabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)