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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | イ菴ッ | 10110010111001001011110110101111 | b2e4bdaf |
EUC-JP | イ菴ッ | 100011101011001011101000101111111000111010101111 | 8eb2e8bf8eaf |
UTF-8 | イ菴ッ | 111011111011110110110010111010001000111110110100111011111011110110101111 | efbdb2e88fb4efbdaf |
UHC | ?菴? | 00111111111001001110000000111111 | 3fe4e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)