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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 鳶??擁?~ | 1001001111001110001111110011111110010111011010010011111101111110 | 93ce3f3f97693f7e |
EUC-JP | 鳶??擁?~ | 1100011011010000001111110011111111001101110010100011111101111110 | c6d03f3fcdca3f7e |
UTF-8 | 鳶멩뿈擁쿢~ | 11101001101100111011011011101011101010011010100111101011101111111000100011100110100100111000000111101100101111111010001001111110 | e9b3b6eba9a9ebbf88e69381ecbfa27e |
UHC | 鳶멩뿈擁쿢~ | 1110011011101001101110001110011010010111100011111110100010110110101100110101010101111110 | e6e9b8e6978fe8b6b3557e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)