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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | ヤコx | 1111000111000010110101001011101001111000 | f1c2d4ba78 |
EUC-JP | ?ヤコx | 001111111000111011010100100011101011101001111000 | 3f8ed48eba78 |
UTF-8 | ヤコx | 11101110100001001011110111101111101111101001010011101111101111011011101001111000 | ee84bdefbe94efbdba78 |
UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)