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 | ??v? | 00111111001111110111011000111111 | 3f3f763f |
SJIS-WIN | 蓖ゥv蓖 | 111001001110110110101001011101101110010011101101 | e4eda976e4ed |
EUC-JP | 蓖ゥv蓖 | 11101000111011111000111010101001011101101110100011101111 | e8ef8ea976e8ef |
UTF-8 | 蓖ゥv蓖 | 11101000100100111001011011101111101111011010100101110110111010001001001110010110 | e89396efbda976e89396 |
UHC | ??v? | 00111111001111110111011000111111 | 3f3f763f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)