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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | チ、 | 1100000111111000111000101111001010100011111100001100010010100100 | c1f8e2f2a3f0c4a4 |
EUC-JP | チ???、 | 10001110110000010011111100111111001111111000111010100100 | 8ec13f3f3f8ea4 |
UTF-8 | チ、 | 111011111011111010000001111011101001101010000001111011101000011110011010111011101000001010000011111011111011110110100100 | efbe81ee9a81ee879aee8283efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)