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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灼漆質灼 | 1000111011011100100011101011110110001110101111111000111011011100 | 8edc8ebd8ebf8edc |
EUC-JP | 灼漆質灼 | 1011110011011110101111001011111110111100110000011011110011011110 | bcdebcbfbcc1bcde |
UTF-8 | 灼漆質灼 | 111001111000000110111100111001101011110010000110111010001011001110101010111001111000000110111100 | e781bce6bc86e8b3aae781bc |
UHC | 灼漆質灼 | 1110110111000111111101101101010011110010111101011110110111000111 | edc7f6d4f2f5edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)