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 | ñèÜ颾 | 1111000111101000110111001110100110001110101000101000111010111110 | f1e8dce98ea28ebe |
SJIS-WIN | ?????¢?? | 001111110011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f3f81913f3f |
EUC-JP | ñèÜé?¢?? | 1000111110101011110100001000111110101011101100101000111110101010111001001000111110101011101100010011111110100001111100010011111100111111 | 8fabd08fabb28faae48fabb13fa1f13f3f |
UTF-8 | ñèÜ颾 | 11000011101100011100001110101000110000111001110011000011101010011100001010001110110000101010001011000010100011101100001010111110 | c3b1c3a8c39cc3a9c28ec2a2c28ec2be |
UHC | ???????¾ | 001111110011111100111111001111110011111100111111001111111010100011111010 | 3f3f3f3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)