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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 辰多P | 1001001001000011100100011011110101010000 | 924391bd50 |
EUC-JP | 辰多P | 1100001110100100110000101011111101010000 | c3a4c2bf50 |
UTF-8 | 辰多P | 11101000101111101011000011100101101001001001101001010000 | e8beb0e5a49a50 |
UHC | 辰多P | 1111001011100011110100101111110101010000 | f2e3d2fd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)