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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 讖壱ャ簿邏B | 11100110101010011000100011101011101011001001010111101011111001111011010001000010 | e6a988ebac95ebe7b442 |
EUC-JP | 讖壱ャ簿邏B | 1110110010101011101100001110110110001110101011001100101011101101111011101011011001000010 | ecabb0ed8eaccaedeeb642 |
UTF-8 | 讖壱ャ簿邏B | 11101000101011101001011011100101101000111011000111101111101111011010110011100111101100001011111111101001100000101000111101000010 | e8ae96e5a3b1efbdace7b0bfe9828f42 |
UHC | 讖??簿邏B | 111100111101100100111111001111111101110110101101110101011010010001000010 | f3d93f3fddadd5a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)