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 | ミ凜」 | 111110011110100011010000111010101010001110100011 | f9e8d0eaa3a3 |
EUC-JP | ?ミ凜」 | 00111111100011101101000011110100101001011000111010100011 | 3f8ed0f4a58ea3 |
UTF-8 | ミ凜」 | 111011101001110110000011111011111011111010010000111001011000011110011100111011111011110110100011 | ee9d83efbe90e5879cefbda3 |
UHC | ??凜? | 0011111100111111110101111100111100111111 | 3f3fd7cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)