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 | ¹Ì£å¢¥ | 101110011100110010100011111001011010001010100101 | b9cca3e5a2a5 |
SJIS-WIN | ??£?¢¥ | 001111110011111110000001100100100011111110000001100100011000000110001111 | 3f3f81923f8191818f |
EUC-JP | ?̣� | 001111111000111110101010110000001010000111110010100011111010101110101001101000011111000100111111 | 3f8faac0a1f28faba9a1f13f |
UTF-8 | ¹Ì£å¢¥ | 110000101011100111000011100011001100001010100011110000111010010111000010101000101100001010100101 | c2b9c38cc2a3c3a5c2a2c2a5 |
UHC | ¹????? | 10101001111101100011111100111111001111110011111100111111 | a9f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)