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 | ?咐?灼裝 | 0011111110011001111100110011111110001110110111001110010111100100 | 3f99f33f8edce5e4 |
EUC-JP | ?咐?灼裝 | 0011111111010010111101010011111110111100110111101110101011100110 | 3fd2f53fbcdeeae6 |
UTF-8 | 뤩咐뤳灼裝 | 111010111010010010101001111001011001001010010000111010111010010010110011111001111000000110111100111010001010001110011101 | eba4a9e59290eba4b3e781bce8a39d |
UHC | 뤩咐뤳灼裝 | 10001111110101111101110011111011100011111110000111101101110001111110110111111011 | 8fd7dcfb8fe1edc7edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)