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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 漿狡?B | 100111111111011111100000110000100011111101000010 | 9ff7e0c23f42 |
EUC-JP | 漿狡?B | 110111101111100111100000110001000011111101000010 | def9e0c43f42 |
UTF-8 | 漿狡딱B | 11100110101111001011111111100111100010111010000111101011100101001011000101000010 | e6bcbfe78ba1eb94b142 |
UHC | 漿狡딱B | 11101101111011001100111011101010101101011111110001000010 | edecceeab5fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)