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 | 膠よ□ | 111001000101000010000010111001101000000110100000 | e45082e681a0 |
EUC-JP | 膠よ□ | 111001111011000110100100111010001010001010100010 | e7b1a4e8a2a2 |
UTF-8 | 膠よ□ | 111010001000011010100000111000111000001010001000111000101001011010100001 | e886a0e38288e296a1 |
UHC | 膠よ□ | 110011101110111110101010111010001010000111100000 | ceefaae8a1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)