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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罐濠食 | 111000111010001110001101100010101001000001001000 | e3a38d8a9048 |
EUC-JP | 罐濠食 | 111001101010010110111001111010101011111110101001 | e6a5b9eabfa9 |
UTF-8 | 罐濠食 | 111001111011110110010000111001101011111110100000111010011010001110011111 | e7bd90e6bfa0e9a39f |
UHC | 罐濠食 | 110011101011100011111011110011001110001111011101 | ceb8fbcce3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)