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 | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-WIN | 蓖ゥP蓖 | 111001001110110110101001010100001110010011101101 | e4eda950e4ed |
EUC-JP | 蓖ゥP蓖 | 11101000111011111000111010101001010100001110100011101111 | e8ef8ea950e8ef |
UTF-8 | 蓖ゥP蓖 | 11101000100100111001011011101111101111011010100101010000111010001001001110010110 | e89396efbda950e89396 |
UHC | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)