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 | 籏訐湮 | 111000101101011111100110010111111001111111001110 | e2d7e65f9fce |
EUC-JP | 籏訐湮 | 111001001101100111101011110000001101111011010000 | e4d9ebc0ded0 |
UTF-8 | 籏訐湮 | 111001111011000110001111111010001010100010010000111001101011100110101110 | e7b18fe8a890e6b9ae |
UHC | ??湮 | 00111111001111111110110011011100 | 3f3fecdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)