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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闔牙Η | 111010001000111010001001111001011000001110100101 | e88e89e583a5 |
EUC-JP | 闔牙Η | 111011111110111010110010111001111010011010100111 | efeeb2e7a6a7 |
UTF-8 | 闔牙Η | 1110100110010111100101001110011110001001100110011100111010010111 | e99794e78999ce97 |
UHC | 闔牙Η | 111110011110111111100100101100111010010111000111 | f9efe4b3a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)