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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隕鍋オ撰シセB | 11101000101001101001001111100111101101011001000011101111101111001011111001000010 | e8a693e7b590efbcbe42 |
EUC-JP | 隕鍋オ撰シセB | 11110000101010001100011011101001100011101011010111000000111100011000111010111100100011101011111001000010 | f0a8c6e98eb5c0f18ebc8ebe42 |
UTF-8 | 隕鍋オ撰シセB | 11101001100110101001010111101001100011011000101111101111101111011011010111100110100100101011000011101111101111011011110011101111101111011011111001000010 | e99a95e98d8befbdb5e692b0efbdbcefbdbe42 |
UHC | 隕鍋?撰??B | 11101010101000101100111010100111001111111111001110111100001111110011111101000010 | eaa2cea73ff3bc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)