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 | ±¶³ | 100011101011000110001110101101101000111010110011 | 8eb18eb68eb3 |
SJIS-WIN | ?±?¶?? | 0011111110000001011111010011111110000001111101110011111100111111 | 3f817d3f81f73f3f |
EUC-JP | ?±?¶?? | 0011111110100001110111100011111110100010111110010011111100111111 | 3fa1de3fa2f93f3f |
UTF-8 | ±¶³ | 110000101000111011000010101100011100001010001110110000101011011011000010100011101100001010110011 | c28ec2b1c28ec2b6c28ec2b3 |
UHC | ?±?¶?³ | 001111111010000110111110001111111010001011010010001111111010100111111000 | 3fa1be3fa2d23fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)