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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ヤコ | 1111000111000010111100101100001011110001110000101101010010111010 | f1c2f2c2f1c2d4ba |
EUC-JP | ???ヤコ | 00111111001111110011111110001110110101001000111010111010 | 3f3f3f8ed48eba |
UTF-8 | ヤコ | 111011101000010010111101111011101000011110111001111011101000010010111101111011111011111010010100111011111011110110111010 | ee84bdee87b9ee84bdefbe94efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)