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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謚房謚房^ | 111001101000101010010110010110111110011010001010100101100101101101011110 | e68a965be68a965b5e |
EUC-JP | 謚房謚房^ | 111010111110101011001011101111001110101111101010110010111011110001011110 | ebeacbbcebeacbbc5e |
UTF-8 | 謚房謚房^ | 11101000101011001001101011100110100010001011111111101000101011001001101011100110100010001011111101011110 | e8ac9ae688bfe8ac9ae688bf5e |
UHC | 謚房謚房^ | 111011001101000011011011101011101110110011010000110110111010111001011110 | ecd0dbaeecd0dbae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)