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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謌阪盾 | 111001101000100010001101111000111000111110000010 | e6888de38f82 |
EUC-JP | 謌阪盾 | 111010111110100010111010111001011011110111100010 | ebe8bae5bde2 |
UTF-8 | 謌阪盾 | 111010001010110010001100111010011001100010101010111001111001101110111110 | e8ac8ce998aae79bbe |
UHC | ?阪盾 | 0011111111111000101000011110001011101010 | 3ff8a1e2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)