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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?繕 | 001111111001000101010101 | 3f9155 |
EUC-JP | ?繕 | 001111111100000110110110 | 3fc1b6 |
UTF-8 | 넙繕 | 111010111000010010011001111001111011100110010101 | eb8499e7b995 |
UHC | 넙繕 | 10110011110100101110000011001011 | b3d2e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)