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 | ñà¶òµ³ | 1111000111100000100011101011011011110010101101011000111010110011 | f1e08eb6f2b58eb3 |
SJIS-WIN | ???¶???? | 001111110011111100111111100000011111011100111111001111110011111100111111 | 3f3f3f81f73f3f3f3f |
EUC-JP | ñà?¶ò??? | 100011111010101111010000100011111010101110100010001111111010001011111001100011111010101111010010001111110011111100111111 | 8fabd08faba23fa2f98fabd23f3f3f |
UTF-8 | ñà¶òµ³ | 11000011101100011100001110100000110000101000111011000010101101101100001110110010110000101011010111000010100011101100001010110011 | c3b1c3a0c28ec2b6c3b2c2b5c28ec2b3 |
UHC | ???¶???³ | 00111111001111110011111110100010110100100011111100111111001111111010100111111000 | 3f3f3fa2d23f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)