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 | 1001001001000011100100100101011001010000 | 9243925650 |
EUC-JP | 辰歎P | 1100001110100100110000111011011101010000 | c3a4c3b750 |
UTF-8 | 辰歎P | 11101000101111101011000011100110101011011000111001010000 | e8beb0e6ad8e50 |
UHC | 辰歎P | 1111001011100011111101111010011101010000 | f2e3f7a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)