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 | 茘随戎^ | 11100100101010111001000010001111100011110101111001011110 | e4ab908f8f5e5e |
EUC-JP | 茘随戎^ | 11101000101011011011111111101111101111011011111101011110 | e8adbfefbdbf5e |
UTF-8 | 茘随戎^ | 11101000100011001001100011101001100110101000111111100110100010001000111001011110 | e88c98e99a8fe6888e5e |
UHC | ??戎^ | 0011111100111111111010111101010001011110 | 3f3febd45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)