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 | åà½ê· | 111001011110000010111101111010101011011110000001 | e5e0bdeab781 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åà?ê?? | 100011111010101110101001100011111010101110100010001111111000111110101011101101000011111100111111 | 8faba98faba23f8fabb43f3f |
UTF-8 | åà½ê· | 110000111010010111000011101000001100001010111101110000111010101011000010101101111100001010000001 | c3a5c3a0c2bdc3aac2b7c281 |
UHC | ??½?·? | 0011111100111111101010001111011000111111101000011010010000111111 | 3f3fa8f63fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)