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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 窶瑶瘠^ | 11100010100000001110000011110100111000011000101101011110 | e280e0f4e18b5e |
EUC-JP | 窶瑶瘠^ | 11100011111000001110000011110110111000011110101101011110 | e3e0e0f6e1eb5e |
UTF-8 | 窶瑶瘠^ | 11100111101010101011011011100111100100011011011011100111100110001010000001011110 | e7aab6e791b6e798a05e |
UHC | ??瘠^ | 0011111100111111111101001011000001011110 | 3f3ff4b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)