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 | 篁雅ィ襞 | 11100010101110011000100111101011101010001110010111111100 | e2b989eba8e5fc |
EUC-JP | 篁雅ィ襞 | 1110010010111011101100101110110110001110101010001110101011111110 | e4bbb2ed8ea8eafe |
UTF-8 | 篁雅ィ襞 | 111001111010111110000001111010011001101110000101111011111011110110101000111010001010010110011110 | e7af81e99b85efbda8e8a59e |
UHC | 篁雅?? | 111111001101011011100100101110100011111100111111 | fcd6e4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)