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 | 몾W | 11101011101010101011111001010111 | ebaabe57 |
SJIS-WIN | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
EUC-JP | �W | 1000111110101011101100111000111110100010111011000011111101010111 | 8fabb38fa2ec3f57 |
UTF-8 | 몾W | 11000011101010111100001010101010110000101011111001010111 | c3abc2aac2be57 |
UHC | ?ª¾W | 001111111010100010100011101010001111101001010111 | 3fa8a3a8fa57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)