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 | Óî | 1001101110010001100110001101001110010111111011101001101110010001 | 9b9198d397ee9b91 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Ó?î?? | 001111110011111100111111100011111010101011010001001111111000111110101011110000100011111100111111 | 3f3f3f8faad13f8fabc23f3f |
UTF-8 | Óî | 11000010100110111100001010010001110000101001100011000011100100111100001010010111110000111010111011000010100110111100001010010001 | c29bc291c298c393c297c3aec29bc291 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)