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 | 髻域ィ」 | 111010011001111110001000111001101010100010100011 | e99f88e6a8a3 |
EUC-JP | 髻域ィ」 | 1111001010100001101100001110100010001110101010001000111010100011 | f2a1b0e88ea88ea3 |
UTF-8 | 髻域ィ」 | 111010011010101110111011111001011001111110011111111011111011110110101000111011111011110110100011 | e9abbbe59f9fefbda8efbda3 |
UHC | ?域?? | 0011111111100110101101000011111100111111 | 3fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)