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 | 謌阪藷 | 111001101000100010001101111000111000111110010011 | e6888de38f93 |
EUC-JP | 謌阪藷 | 111010111110100010111010111001011011110111110011 | ebe8bae5bdf3 |
UTF-8 | 謌阪藷 | 111010001010110010001100111010011001100010101010111010001001011110110111 | e8ac8ce998aae897b7 |
UHC | ?阪藷 | 0011111111111000101000011110111011001011 | 3ff8a1eecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)