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 | 踟誤エュ | 111001101111011110001100111010111011010010101101 | e6f78cebb4ad |
EUC-JP | 踟誤エュ | 1110110011111001101110001110110110001110101101001000111010101101 | ecf9b8ed8eb48ead |
UTF-8 | 踟誤エュ | 111010001011100010011111111010001010101010100100111011111011110110110100111011111011110110101101 | e8b89fe8aaa4efbdb4efbdad |
UHC | ?誤?? | 0011111111101000101001100011111100111111 | 3fe8a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)