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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 杢貉h杢 | 10010110110110111110011010111001011010001001011011011011 | 96dbe6b96896db |
EUC-JP | 杢貉h杢 | 11001100110111011110110010111011011010001100110011011101 | ccddecbb68ccdd |
UTF-8 | 杢貉h杢 | 11100110100111011010001011101000101100101000100101101000111001101001110110100010 | e69da2e8b28968e69da2 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)