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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??沅??? | 0011111100111111100011111100011011101001001111110011111100111111 | 3f3f8fc6e93f3f3f |
UTF-8 | 씌렣沅롔렣렳 | 111011001001010010001100111010111010000010100011111001101011001010000101111010111010000110010100111010111010000010100011111010111010000010110011 | ec948ceba0a3e6b285eba194eba0a3eba0b3 |
UHC | 씌렣沅롔렣렳 | 101111101011101010001110101101001110101010110110100011101101100010001110101101001000111011000000 | beba8eb4eab68ed88eb48ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)