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 | 災?靂災?玲 | 10001101110100000011111111101000110011001000110111010000001111111001011111100110 | 8dd03fe8cc8dd03f97e6 |
EUC-JP | 災?靂災?玲 | 10111010110100100011111111110000110011101011101011010010001111111100111011101000 | bad23ff0cebad23fcee8 |
UTF-8 | 災고靂災고玲 | 111001111000000110111101111010101011001110100000111010011001110110000010111001111000000110111101111010101011001110100000111001111000111010110010 | e781bdeab3a0e99d82e781bdeab3a0e78eb2 |
UHC | 災고靂災고玲 | 111011101010110010110000111011011101010111111010111011101010110010110000111011011101011010111100 | eeacb0edd5faeeacb0edd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)