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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 遏齢お\ | 11100111100111111001011111101110100000101010100001011100 | e79f97ee82a85c |
EUC-JP | 遏齢お\ | 11101110101000011100111011110000101001001010101001011100 | eea1cef0a4aa5c |
UTF-8 | 遏齢お\ | 11101001100000011000111111101001101111011010001011100011100000011000101001011100 | e9818fe9bda2e3818a5c |
UHC | ??お\ | 0011111100111111101010101010101001011100 | 3f3faaaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)