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 | àèà¹u | 111000001110100011100000101110011000000101110101 | e0e8e0b98175 |
SJIS-WIN | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
EUC-JP | àèà??u | 100011111010101110100010100011111010101110110010100011111010101110100010001111110011111101110101 | 8faba28fabb28faba23f3f75 |
UTF-8 | àèà¹u | 1100001110100000110000111010100011000011101000001100001010111001110000101000000101110101 | c3a0c3a8c3a0c2b9c28175 |
UHC | ???¹?u | 00111111001111110011111110101001111101100011111101110101 | 3f3f3fa9f63f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)