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 | 鈑鍋カ夂蜩 | 111001111110010110010011111001111011011010011010111001111110010110010011 | e7e593e7b69ae7e593 |
EUC-JP | 鈑鍋カ夂蜩 | 11101110111001111100011011101001100011101011011011010100111010011110100111110011 | eee7c6e98eb6d4e9e9f3 |
UTF-8 | 鈑鍋カ夂蜩 | 111010011000100010010001111010011000110110001011111011111011110110110110111001011010010010000010111010001001110010101001 | e98891e98d8befbdb6e5a482e89ca9 |
UHC | 鈑鍋??? | 11110111111111101100111010100111001111110011111100111111 | f7fecea73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)