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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 陋帷嵯@h | 1110100010011011100110111110011110001101101101010100000001101000 | e89b9be78db54068 |
EUC-JP | 陋帷嵯@h | 1110111111111011110101101110100110111010101101110100000001101000 | effbd6e9bab74068 |
UTF-8 | 陋帷嵯@h | 1110100110011001100010111110010110111000101101111110010110110101101011110100000001101000 | e9998be5b8b7e5b5af4068 |
UHC | 陋?嵯@h | 11010111101100000011111111110011101010110100000001101000 | d7b03ff3ab4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)