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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗射?? | 100011101101000110001110110010110011111100111111 | 8ed18ecb3f3f |
EUC-JP | 紗射?? | 101111001101001110111100110011010011111100111111 | bcd3bccd3f3f |
UTF-8 | 紗射롛롗 | 111001111011010010010111111001011011000010000100111010111010000110011011111010111010000110010111 | e7b497e5b084eba19beba197 |
UHC | 紗射롛롗 | 1101111011101001110111101101001010001110110111111000111011011011 | dee9ded28edf8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)