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 | 隴エ竏ャ邯 | 1110100010101101101101001110001010001000101011001110011110110110 | e8adb4e288ace7b6 |
EUC-JP | 隴エ竏ャ邯 | 11110000101011111000111010110100111000111110100010001110101011001110111010111000 | f0af8eb4e3e88eaceeb8 |
UTF-8 | 隴エ竏ャ邯 | 111010011001101010110100111011111011110110110100111001111010101110001111111011111011110110101100111010011000001010101111 | e99ab4efbdb4e7ab8fefbdace982af |
UHC | ????邯 | 001111110011111100111111001111111100101011111011 | 3f3f3f3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)