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 | 氈???^ | 100111111000000100111111001111110011111101011110 | 9f813f3f3f5e |
EUC-JP | 氈???^ | 110111011110000100111111001111110011111101011110 | dde13f3f3f5e |
UTF-8 | 氈목렰렞^ | 11100110101100001000100011101011101010101010100111101011101000001011000011101011101000001001111001011110 | e6b088ebaaa9eba0b0eba09e5e |
UHC | 氈목렰렞^ | 111011101111110110111000111100011000111010111101100011101010111101011110 | eefdb8f18ebd8eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)