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 | 搖??厓? | 10011101100010100011111100111111111110101000110100111111 | 9d8a3f3ffa8d3f |
EUC-JP | 搖??厓? | 1101100111101010001111110011111110001111101101001100011100111111 | d9ea3f3f8fb4c73f |
UTF-8 | 搖백줁厓뛈 | 111001101001000010010110111010111011000010110001111011001010010010000001111001011000111010010011111010111001101110001000 | e69096ebb0b1eca481e58e93eb9b88 |
UHC | 搖백줁厓뛈 | 11101000111101001011100111101001101000011001100011100100111011011000110101000110 | e8f4b9e9a198e4ed8d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)