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 | 荐裼ヲカ | 111001001010011011100101111001111010011010110110 | e4a6e5e7a6b6 |
EUC-JP | 荐裼ヲカ | 1110100010101000111010101110100110001110101001101000111010110110 | e8a8eae98ea68eb6 |
UTF-8 | 荐裼ヲカ | 111010001000110110010000111010001010001110111100111011111011110110100110111011111011110110110110 | e88d90e8a3bcefbda6efbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)