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 | ëúä²ù¼ | 111010111111101011100100101100101111100110111100 | ebfae4b2f9bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëúä?ù? | 1000111110101011101100111000111110101011111000101000111110101011101000110011111110001111101010111110001100111111 | 8fabb38fabe28faba33f8fabe33f |
UTF-8 | ëúä²ù¼ | 110000111010101111000011101110101100001110100100110000101011001011000011101110011100001010111100 | c3abc3bac3a4c2b2c3b9c2bc |
UHC | ???²?¼ | 0011111100111111001111111010100111110111001111111010100011111001 | 3f3f3fa9f73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)