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 | 涇コ貉ソ蓚 | 1111101011111011101110101110011010111001101111111110010011101001 | fafbbae6b9bfe4e9 |
EUC-JP | 涇コ貉ソ蓚 | 1000111111000111110001111000111010111010111011001011101110001110101111111110100011101011 | 8fc7c78ebaecbb8ebfe8eb |
UTF-8 | 涇コ貉ソ蓚 | 111001101011011010000111111011111011110110111010111010001011001010001001111011111011110110111111111010001001001110011010 | e6b687efbdbae8b289efbdbfe8939a |
UHC | 涇???蓚 | 11001100110111000011111100111111001111111110001010111110 | ccdc3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)