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 | 奝ー迚セ^ | 11111010101000101011000011100111100010011011111001011110 | faa2b0e789be5e |
EUC-JP | 奝ー迚セ^ | 10001111101110001111100010001110101100001110110111101001100011101011111001011110 | 8fb8f88eb0ede98ebe5e |
UTF-8 | 奝ー迚セ^ | 11100101101001011001110111101111101111011011000011101000101111111001101011101111101111011011111001011110 | e5a59defbdb0e8bf9aefbdbe5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)