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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 齋?擬?\ | 11100010010101100011111110001011010110110011111101011100 | e2563f8b5b3f5c |
EUC-JP | 齋?擬?\ | 11100011101101110011111110110101101111000011111101011100 | e3b73fb5bc3f5c |
UTF-8 | 齋렢擬렩\ | 11101001101111011000101111101011101000001010001011100110100100111010110011101011101000001010100101011100 | e9bd8beba0a2e693aceba0a95c |
UHC | 齋렢擬렩\ | 111011101011000110001110101100111110101111110100100011101011011101011100 | eeb18eb3ebf48eb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)