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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 馴質D馴質D^ | 1001001111101001100011101011111101000100100100111110100110001110101111110100010001011110 | 93e98ebf4493e98ebf445e |
EUC-JP | 馴質D馴質D^ | 1100011011101011101111001100000101000100110001101110101110111100110000010100010001011110 | c6ebbcc144c6ebbcc1445e |
UTF-8 | 馴質D馴質D^ | 111010011010011010110100111010001011001110101010010001001110100110100110101101001110100010110011101010100100010001011110 | e9a6b4e8b3aa44e9a6b4e8b3aa445e |
UHC | 馴質D馴質D^ | 1110001011111000111100101111010101000100111000101111100011110010111101010100010001011110 | e2f8f2f544e2f8f2f5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)