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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 齧??齧??^ | 111010101001011000111111001111111110101010010110001111110011111101011110 | ea963f3fea963f3f5e |
EUC-JP | 齧??齧??^ | 111100111111011000111111001111111111001111110110001111110011111101011110 | f3f63f3ff3f63f3f5e |
UTF-8 | 齧손섞齧손섞^ | 11101001101111011010011111101100100001101001000011101100100001001001111011101001101111011010011111101100100001101001000011101100100001001001111001011110 | e9bda7ec8690ec849ee9bda7ec8690ec849e5e |
UHC | 齧손섞齧손섞^ | 11100000111001011011110011010101101111001010111111100000111001011011110011010101101111001010111101011110 | e0e5bcd5bcafe0e5bcd5bcaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)