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 | Óî | 100110111001000110011000110100111001011111101110 | 9b9198d397ee |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Ó?î | 00111111001111110011111110001111101010101101000100111111100011111010101111000010 | 3f3f3f8faad13f8fabc2 |
UTF-8 | Óî | 110000101001101111000010100100011100001010011000110000111001001111000010100101111100001110101110 | c29bc291c298c393c297c3ae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)