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 | ?}Y?}bE | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 滄}Y滄}bE | 100111111110100101111101010110011001111111101001011111010110001001000101 | 9fe97d599fe97d6245 |
EUC-JP | 滄}Y滄}bE | 110111101110101101111101010110011101111011101011011111010110001001000101 | deeb7d59deeb7d6245 |
UTF-8 | 滄}Y滄}bE | 1110011010111011100001000111110101011001111001101011101110000100011111010110001001000101 | e6bb847d59e6bb847d6245 |
UHC | 滄}Y滄}bE | 111100111110011101111101010110011111001111100111011111010110001001000101 | f3e77d59f3e77d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)