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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?彷h?彷 | 00111111100111000110011001101000001111111001110001100110 | 3f9c66683f9c66 |
EUC-JP | 獐彷h獐彷 | 1000111111001011101110101101011111000111011010001000111111001011101110101101011111000111 | 8fcbbad7c7688fcbbad7c7 |
UTF-8 | 獐彷h獐彷 | 11100111100011011001000011100101101111011011011101101000111001111000110110010000111001011011110110110111 | e78d90e5bdb768e78d90e5bdb7 |
UHC | 獐彷h獐彷 | 111011011110111111011011101011010110100011101101111011111101101110101101 | edefdbad68edefdbad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)