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 | éè©è | 111010011000000010010101111010001000111110101001111010001000101010011001 | e98095e88fa9e88a99 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | é??è?©è?? | 1000111110101011101100010011111100111111100011111010101110110010001111111000111110100010111011011000111110101011101100100011111100111111 | 8fabb13f3f8fabb23f8fa2ed8fabb23f3f |
UTF-8 | éè©è | 110000111010100111000010100000001100001010010101110000111010100011000010100011111100001010101001110000111010100011000010100010101100001010011001 | c3a9c280c295c3a8c28fc2a9c3a8c28ac299 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)