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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | コヲ室e^ | 11110000101000111011101011110001100011101010011010001110101110100110010101011110 | f0a3baf18ea68eba655e |
EUC-JP | ?コ?ヲ室e^ | 00111111100011101011101000111111100011101010011010111100101111000110010101011110 | 3f8eba3f8ea6bcbc655e |
UTF-8 | コヲ室e^ | 1110111010000001101000101110111110111101101110101110111010000100100010011110111110111101101001101110010110101110101001000110010101011110 | ee81a2efbdbaee8489efbda6e5aea4655e |
UHC | ????室e^ | 0011111100111111001111110011111111100011111110000110010101011110 | 3f3f3f3fe3f8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)