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 | 闍鍋悚 | 111010001000101110010011111001111001110010011110 | e88b93e79c9e |
EUC-JP | 闍鍋悚 | 111011111110101111000110111010011101011111111110 | efebc6e9d7fe |
UTF-8 | 闍鍋悚 | 111010011001011110001101111010011000110110001011111001101000001010011010 | e9978de98d8be6829a |
UHC | ?鍋悚 | 0011111111001110101001111110000111100101 | 3fcea7e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)