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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 氈???一 | 10011111100000010011111100111111001111111000100011101010 | 9f813f3f3f88ea |
EUC-JP | 氈?雩?一 | 110111011110000100111111100011111110011011111010001111111011000011101100 | dde13f8fe6fa3fb0ec |
UTF-8 | 氈렕雩렭一 | 111001101011000010001000111010111010000010010101111010011001101110101001111010111010000010101101111001001011100010000000 | e6b088eba095e99ba9eba0ade4b880 |
UHC | 氈렕雩렭一 | 11101110111111011000111010101010111010011110110010001110101110101110110011101001 | eefd8eaae9ec8ebaece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)