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 | 1001001001000011100100100100111001010000 | 9243924e50 |
EUC-JP | 辰誰P | 1100001110100100110000111010111101010000 | c3a4c3af50 |
UTF-8 | 辰誰P | 11101000101111101011000011101000101010101011000001010000 | e8beb0e8aab050 |
UHC | 辰誰P | 1111001011100011111000101100000101010000 | f2e3e2c150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)