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 | 。ニ「エゥ | 1010000111000110101000101011010010101001 | a1c6a2b4a9 |
EUC-JP | 。ニ「エゥ | 10001110101000011000111011000110100011101010001010001110101101001000111010101001 | 8ea18ec68ea28eb48ea9 |
UTF-8 | 。ニ「エゥ | 111011111011110110100001111011111011111010000110111011111011110110100010111011111011110110110100111011111011110110101001 | efbda1efbe86efbda2efbdb4efbda9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)