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 | 謳懷ご | 111001101001000010011100111001011000001010110010 | e6909ce582b2 |
EUC-JP | 謳懷ご | 111010111111000011011000111001111010010010110100 | ebf0d8e7a4b4 |
UTF-8 | 謳懷ご | 111010001010110010110011111001101000011110110111111000111000000110010100 | e8acb3e687b7e38194 |
UHC | 謳懷ご | 110011111100010011111100111000111010101010110100 | cfc4fce3aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)