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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業??腋? | 10001011110001100011111100111111111000111111110000111111 | 8bc63f3fe3fc3f |
EUC-JP | 業??腋? | 10110110110010000011111100111111111001101111111000111111 | b6c83f3fe6fe3f |
UTF-8 | 業뚳슘腋텯 | 111001101010010110101101111010111001101010110011111011001000101010011000111010001000010110001011111011011000010110101111 | e6a5adeb9ab3ec8a98e8858bed85af |
UHC | 業뚳슘腋텯 | 11100101111101101000110011101111101111011011011111100100111111011011011101000010 | e5f68cefbdb7e4fdb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)