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 | óq | 100111011111001110000011100001111000011101110001 | 9df383878771 |
SJIS-WIN | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
EUC-JP | ?ó???q | 0011111110001111101010111101000100111111001111110011111101110001 | 3f8fabd13f3f3f71 |
UTF-8 | óq | 1100001010011101110000111011001111000010100000111100001010000111110000101000011101110001 | c29dc3b3c283c287c28771 |
UHC | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)