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 | 牋孃牋孃^ | 111000001010111010011011011011111110000010101110100110110110111101011110 | e0ae9b6fe0ae9b6f5e |
EUC-JP | 牋孃牋孃^ | 111000001011000011010101110100001110000010110000110101011101000001011110 | e0b0d5d0e0b0d5d05e |
UTF-8 | 牋孃牋孃^ | 11100111100010011000101111100101101011011000001111100111100010011000101111100101101011011000001101011110 | e7898be5ad83e7898be5ad835e |
UHC | ?孃?孃^ | 00111111111001011011111000111111111001011011111001011110 | 3fe5be3fe5be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)