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 | 畏??依ζ | 1000100011011000001111110011111110001000110010111000001111000100 | 88d83f3f88cb83c4 |
EUC-JP | 畏??依ζ | 1011000011011010001111110011111110110000110011011010011011000110 | b0da3f3fb0cda6c6 |
UTF-8 | 畏븍맢依ζ | 1110011110010101100011111110101110111000100011011110101110100111101000101110010010111110100111011100111010110110 | e7958febb88deba7a2e4be9dceb6 |
UHC | 畏븍맢依ζ | 11101000111001101011101011101011100100001010111011101011111011101010010111100110 | e8e6baeb90aeebeea5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)