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 | ?????Oy | 00111111001111110011111100111111001111110100111101111001 | 3f3f3f3f3f4f79 |
SJIS-WIN | ???懃?Oy | 0011111100111111001111111001110011100111001111110100111101111001 | 3f3f3f9ce73f4f79 |
EUC-JP | ???懃?Oy | 0011111100111111001111111101100011101001001111110100111101111001 | 3f3f3fd8e93f4f79 |
UTF-8 | 렻렚렺懃렟Oy | 1110101110100000101110111110101110100000100110101110101110100000101110101110011010000111100000111110101110100000100111110100111101111001 | eba0bbeba09aeba0bae68783eba09f4f79 |
UHC | 렻렚렺懃렟Oy | 100011101100001110001110101011011000111011000010110100001100010010001110101100000100111101111001 | 8ec38ead8ec2d0c48eb04f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)