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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??Ŀ | 0011111100111111100011111010100110101001 | 3f3f8fa9a9 |
UTF-8 | 뇬ㅹĿ | 1110101110000111101011001110001110000101101110011100010010111111 | eb87ace385b9c4bf |
UHC | 뇬ㅹĿ | 101101001010010010100100111010011010100010101000 | b4a4a4e9a8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)