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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ヤコP | 1111000111000010110101001011101001010000 | f1c2d4ba50 |
EUC-JP | ?ヤコP | 001111111000111011010100100011101011101001010000 | 3f8ed48eba50 |
UTF-8 | ヤコP | 11101110100001001011110111101111101111101001010011101111101111011011101001010000 | ee84bdefbe94efbdba50 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)