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 | 雕茨スァ霎 | 1110100010111000100010001110111110111101101001111110100010111110 | e8b888efbda7e8be |
EUC-JP | 雕茨スァ霎 | 11110000101110101011000011110001100011101011110110001110101001111111000011000000 | f0bab0f18ebd8ea7f0c0 |
UTF-8 | 雕茨スァ霎 | 111010011001101110010101111010001000110010101000111011111011110110111101111011111011110110100111111010011001110010001110 | e99b95e88ca8efbdbdefbda7e99c8e |
UHC | 雕茨??? | 11110000111001111110110110111100001111110011111100111111 | f0e7edbc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)