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 | ??nBF | 0011111100111111011011100100001001000110 | 3f3f6e4246 |
SJIS-WIN | ??nBF | 0011111100111111011011100100001001000110 | 3f3f6e4246 |
EUC-JP | ??nBF | 0011111100111111011011100100001001000110 | 3f3f6e4246 |
UTF-8 | 렻렎nBF | 111010111010000010111011111010111010000010001110011011100100001001000110 | eba0bbeba08e6e4246 |
UHC | 렻렎nBF | 10001110110000111000111010100100011011100100001001000110 | 8ec38ea46e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)