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 | Êw | 1000000110000000100000011100101001110111 | 818081ca77 |
SJIS-WIN | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
EUC-JP | ???Êw | 00111111001111110011111110001111101010101011010001110111 | 3f3f3f8faab477 |
UTF-8 | Êw | 110000101000000111000010100000001100001010000001110000111000101001110111 | c281c280c281c38a77 |
UHC | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)