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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 者芝^ | 1000111011010010100011101100010101011110 | 8ed28ec55e |
EUC-JP | 者芝^ | 1011110011010100101111001100011101011110 | bcd4bcc75e |
UTF-8 | 者芝^ | 11101000100000001000010111101000100010101001110101011110 | e88085e88a9d5e |
UHC | 者芝^ | 1110110110111010111100101011100101011110 | edbaf2b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)