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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?咐?灼楨? | 001111111001100111110011001111111000111011011100111110101110100100111111 | 3f99f33f8edcfae93f |
EUC-JP | ?咐?灼楨珹 | 001111111101001011110101001111111011110011011110100011111100010011001100100011111100101111111011 | 3fd2f53fbcde8fc4cc8fcbfb |
UTF-8 | 뤩咐뤳灼楨珹 | 111010111010010010101001111001011001001010010000111010111010010010110011111001111000000110111100111001101010010110101000111001111000111110111001 | eba4a9e59290eba4b3e781bce6a5a8e78fb9 |
UHC | 뤩咐뤳灼楨珹 | 100011111101011111011100111110111000111111100001111011011100011111101111110111111110000011111011 | 8fd7dcfb8fe1edc7efdfe0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)