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 | ëûѤñá | 111010111111101111010001101001001111000111100001 | ebfbd1a4f1e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëûѤñá | 100011111010101110110011100011111010101111100101100011111010101011010000100011111010001011110000100011111010101111010000100011111010101110100001 | 8fabb38fabe58faad08fa2f08fabd08faba1 |
UTF-8 | ëûѤñá | 110000111010101111000011101110111100001110010001110000101010010011000011101100011100001110100001 | c3abc3bbc391c2a4c3b1c3a1 |
UHC | ???¤?? | 00111111001111110011111110100010101101000011111100111111 | 3f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)