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 | 蝸疲エァ | 111001011001011110010100111001101011010010100111 | e59794e6b4a7 |
EUC-JP | 蝸疲エァ | 1110100111110111110010001110100010001110101101001000111010100111 | e9f7c8e88eb48ea7 |
UTF-8 | 蝸疲エァ | 111010001001110110111000111001111001011010110010111011111011110110110100111011111011110110100111 | e89db8e796b2efbdb4efbda7 |
UHC | 蝸疲?? | 111010001100010011111001101010100011111100111111 | e8c4f9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)