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 | ?豢メ軼 | 001111111110011010110100110100101110011101100100 | 3fe6b4d2e764 |
EUC-JP | 鈸豢メ軼 | 100011111110001111010011111011001011011010001110110100101110110111000101 | 8fe3d3ecb68ed2edc5 |
UTF-8 | 鈸豢メ軼 | 111010011000100010111000111010001011000110100010111011111011111010010010111010001011101110111100 | e988b8e8b1a2efbe92e8bbbc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)