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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梯絲? | 1001001011110010111000110100111000111111 | 92f2e34e3f |
EUC-JP | 梯絲? | 1100010011110100111001011010111100111111 | c4f4e5af3f |
UTF-8 | 梯絲렣 | 111001101010001010101111111001111011010110110010111010111010000010100011 | e6a2afe7b5b2eba0a3 |
UHC | 梯絲렣 | 111100001010110011011110111010101000111010110100 | f0acdeea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)