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 | 畏??形? | 10001000110110000011111100111111100011000110000000111111 | 88d83f3f8c603f |
EUC-JP | 畏??形? | 10110000110110100011111100111111101101111100000100111111 | b0da3f3fb7c13f |
UTF-8 | 畏븀ㅊ形욂 | 111001111001010110001111111010111011100010000000111000111000010110001010111001011011110110100010111011001001101010000010 | e7958febb880e3858ae5bda2ec9a82 |
UHC | 畏븀ㅊ形욂 | 11101000111001101011101011100111101001001011101011111011101000011001111011100100 | e8e6bae7a4bafba19ee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)