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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡ャ蟲ッ孖ケ | 111010001001000110101100111001011011001110101111111110101010011010111001 | e891ace5b3affaa6b9 |
EUC-JP | 闡ャ蟲ッ孖ケ | 11101111111100011000111010101100111010101011010110001110101011111000111110111010101111101000111010111001 | eff18eaceab58eaf8fbabe8eb9 |
UTF-8 | 闡ャ蟲ッ孖ケ | 111010011001011110100001111011111011110110101100111010001001111110110010111011111011110110101111111001011010110110010110111011111011110110111001 | e997a1efbdace89fb2efbdafe5ad96efbdb9 |
UHC | 闡?蟲??? | 1111010011000101001111111111010111111001001111110011111100111111 | f4c53ff5f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)