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 | 業???腋 | 10001011110001100011111100111111001111111110001111111100 | 8bc63f3f3fe3fc |
EUC-JP | 業???腋 | 10110110110010000011111100111111001111111110011011111110 | b6c83f3f3fe6fe |
UTF-8 | 業졥놁탿腋 | 111001101010010110101101111011001010000110100101111010111000011010000001111011011000001110111111111010001000010110001011 | e6a5adeca1a5eb8681ed83bfe8858b |
UHC | 業졥놁탿腋 | 11100101111101101010000011010001100001101110110010110101100110111110010011111101 | e5f6a0d186ecb59be4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)