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 | ???cBF | 001111110011111100111111011000110100001001000110 | 3f3f3f634246 |
SJIS-WIN | ???cBF | 001111110011111100111111011000110100001001000110 | 3f3f3f634246 |
EUC-JP | ???cBF | 001111110011111100111111011000110100001001000110 | 3f3f3f634246 |
UTF-8 | 혧혷혨cBF | 111011011001100010100111111011011001100010110111111011011001100010101000011000110100001001000110 | ed98a7ed98b7ed98a8634246 |
UHC | 혧혷혨cBF | 110000101000111111000010100111101100001010010000011000110100001001000110 | c28fc29ec290634246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)