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 | 菴醍カオ | 111001001011110110010001111001111011011010110101 | e4bd91e7b6b5 |
EUC-JP | 菴醍カオ | 1110100010111111110000101110100110001110101101101000111010110101 | e8bfc2e98eb68eb5 |
UTF-8 | 菴醍カオ | 111010001000111110110100111010011000011010001101111011111011110110110110111011111011110110110101 | e88fb4e9868defbdb6efbdb5 |
UHC | 菴醍?? | 111001001110000011110000101101010011111100111111 | e4e0f0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)