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 | 몺V | 11101011101010101011101001010110 | ebaaba56 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | 몺V | 10001111101010111011001110001111101000101110110010001111101000101110101101010110 | 8fabb38fa2ec8fa2eb56 |
UTF-8 | 몺V | 11000011101010111100001010101010110000101011101001010110 | c3abc2aac2ba56 |
UHC | ?ªºV | 001111111010100010100011101010001010110001010110 | 3fa8a3a8ac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)