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 | 偃?偃?^ | 10011000111011100011111110011000111011100011111101011110 | 98ee3f98ee3f5e |
EUC-JP | 偃?偃?^ | 11010000111100000011111111010000111100000011111101011110 | d0f03fd0f03f5e |
UTF-8 | 偃풪偃풪^ | 11100101100000011000001111101101100100101010101011100101100000011000001111101101100100101010101001011110 | e58183ed92aae58183ed92aa5e |
UHC | 偃풪偃풪^ | 111001011110011110111111010011001110010111100111101111110100110001011110 | e5e7bf4ce5e7bf4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)