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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逎醍、ヲ | 111001111010001110010001111001111010010010100110 | e7a391e7a4a6 |
EUC-JP | 逎醍、ヲ | 1110111010100101110000101110100110001110101001001000111010100110 | eea5c2e98ea48ea6 |
UTF-8 | 逎醍、ヲ | 111010011000000010001110111010011000011010001101111011111011110110100100111011111011110110100110 | e9808ee9868defbda4efbda6 |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)