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 | 򵶹 | 111100101011010110001110101101101000111110111001 | f2b58eb68fb9 |
SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
EUC-JP | ò??¶?? | 100011111010101111010010001111110011111110100010111110010011111100111111 | 8fabd23f3fa2f93f3f |
UTF-8 | 򵶹 | 110000111011001011000010101101011100001010001110110000101011011011000010100011111100001010111001 | c3b2c2b5c28ec2b6c28fc2b9 |
UHC | ???¶?¹ | 0011111100111111001111111010001011010010001111111010100111110110 | 3f3f3fa2d23fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)