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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 仲陌?? | 100100101000011111101000100110010011111100111111 | 9287e8993f3f |
EUC-JP | 仲陌?? | 110000111110011111101111111110010011111100111111 | c3e7eff93f3f |
UTF-8 | 仲陌렫렡 | 111001001011101110110010111010011001100110001100111010111010000010101011111010111010000010100001 | e4bbb2e9998ceba0abeba0a1 |
UHC | 仲陌렫렡 | 1111000111101010110110001110100010001110101110011000111010110010 | f1ead8e88eb98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)