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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘句「鍋ソ | 1110100110100001100010111110010110100010100100111110011110111111 | e9a18be5a293e7bf |
EUC-JP | 鬘句「鍋ソ | 11110010101000111011011011100111100011101010001011000110111010011000111010111111 | f2a3b6e78ea2c6e98ebf |
UTF-8 | 鬘句「鍋ソ | 111010011010110010011000111001011000111110100101111011111011110110100010111010011000110110001011111011111011110110111111 | e9ac98e58fa5efbda2e98d8befbdbf |
UHC | ?句?鍋? | 00111111110011111010001100111111110011101010011100111111 | 3fcfa33fcea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)