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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 偲嫉偲疾h | 100011101100001110001110101110011000111011000011100011101011111001101000 | 8ec38eb98ec38ebe68 |
EUC-JP | 偲嫉偲疾h | 101111001100010110111100101110111011110011000101101111001100000001101000 | bcc5bcbbbcc5bcc068 |
UTF-8 | 偲嫉偲疾h | 11100101100000011011001011100101101010111000100111100101100000011011001011100111100101101011111001101000 | e581b2e5ab89e581b2e796be68 |
UHC | ?嫉?疾h | 00111111111100101110110000111111111100101111000001101000 | 3ff2ec3ff2f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)