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 | ス菴脾 | 1011110111100100101111011110010001000010 | bde4bde442 |
EUC-JP | ス菴脾 | 100011101011110111101000101111111110011110100011 | 8ebde8bfe7a3 |
UTF-8 | ス菴脾 | 111011111011110110111101111010001000111110110100111010001000010010111110 | efbdbde88fb4e884be |
UHC | ?菴脾 | 0011111111100100111000001101111010100001 | 3fe4e0dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)