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 | 彗??饒? | 10011100011000010011111100111111111010010110000000111111 | 9c613f3fe9603f |
EUC-JP | 彗??饒? | 11010111110000100011111100111111111100011100000100111111 | d7c23f3ff1c13f |
UTF-8 | 彗뤹윢饒륃 | 111001011011110110010111111010111010010010111001111011001001110010100010111010011010010110010010111010111010010110000011 | e5bd97eba4b9ec9ca2e9a592eba583 |
UHC | 彗뤹윢饒륃 | 11111011101100101000111111100111100111111010001111101001101011101000111111101110 | fbb28fe79fa3e9ae8fee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)