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 | OYOYB | 10010111010011110101100110010111010011110101100101000010 | 974f59974f5942 |
SJIS-WIN | ?OY?OYB | 00111111010011110101100100111111010011110101100101000010 | 3f4f593f4f5942 |
EUC-JP | ?OY?OYB | 00111111010011110101100100111111010011110101100101000010 | 3f4f593f4f5942 |
UTF-8 | OYOYB | 110000101001011101001111010110011100001010010111010011110101100101000010 | c2974f59c2974f5942 |
UHC | ?OY?OYB | 00111111010011110101100100111111010011110101100101000010 | 3f4f593f4f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)