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 | 罐濠唇褪 | 1110001110100011100011011000101010010000010011111110010111110010 | e3a38d8a904fe5f2 |
EUC-JP | 罐濠唇褪 | 1110011010100101101110011110101010111111101100001110101011110100 | e6a5b9eabfb0eaf4 |
UTF-8 | 罐濠唇褪 | 111001111011110110010000111001101011111110100000111001011001010010000111111010001010010010101010 | e7bd90e6bfa0e59487e8a4aa |
UHC | 罐濠唇褪 | 1100111010111000111110111100110011110010110001101111011111011011 | ceb8fbccf2c6f7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)