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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濵ィ邁啄 | 11111011010011011010100011100111101100001001000111101101 | fb4da8e7b091ed |
EUC-JP | 濵ィ邁啄 | 100011111100100110100110100011101010100011101110101100101100001011101111 | 8fc9a68ea8eeb2c2ef |
UTF-8 | 濵ィ邁啄 | 111001101011111110110101111011111011110110101000111010011000001010000001111001011001010110000100 | e6bfb5efbda8e98281e59584 |
UHC | ??邁啄 | 001111110011111111011000111001001111011011110010 | 3f3fd8e4f6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)