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 | 謌深謌深^ | 111001101000100010010000010110111110011010001000100100000101101101011110 | e688905be688905b5e |
EUC-JP | 謌深謌深^ | 111010111110100010111111101111001110101111101000101111111011110001011110 | ebe8bfbcebe8bfbc5e |
UTF-8 | 謌深謌深^ | 11101000101011001000110011100110101101111011000111101000101011001000110011100110101101111011000101011110 | e8ac8ce6b7b1e8ac8ce6b7b15e |
UHC | ?深?深^ | 00111111111001001010001000111111111001001010001001011110 | 3fe4a23fe4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)