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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 者芝者芝B | 100011101101001010001110110001011000111011010010100011101100010101000010 | 8ed28ec58ed28ec542 |
EUC-JP | 者芝者芝B | 101111001101010010111100110001111011110011010100101111001100011101000010 | bcd4bcc7bcd4bcc742 |
UTF-8 | 者芝者芝B | 11101000100000001000010111101000100010101001110111101000100000001000010111101000100010101001110101000010 | e88085e88a9de88085e88a9d42 |
UHC | 者芝者芝B | 111011011011101011110010101110011110110110111010111100101011100101000010 | edbaf2b9edbaf2b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)