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 | 羯画詐 | 111000111011100110001001111001101000110110111100 | e3b989e68dbc |
EUC-JP | 羯画詐 | 111001101011101110110010111010001011101010111110 | e6bbb2e8babe |
UTF-8 | 羯画詐 | 111001111011111010101111111001111001010010111011111010001010100110010000 | e7beafe794bbe8a990 |
UHC | ??詐 | 00111111001111111101111011110001 | 3f3fdef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)