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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 鳶??弱?E | 1001001111001110001111110011111110001110111000110011111101000101 | 93ce3f3f8ee33f45 |
EUC-JP | 鳶??弱?E | 1100011011010000001111110011111110111100111001010011111101000101 | c6d03f3fbce53f45 |
UTF-8 | 鳶멩뿦弱둹E | 11101001101100111011011011101011101010011010100111101011101111111010011011100101101111001011000111101011100100011011100101000101 | e9b3b6eba9a9ebbfa6e5bcb1eb91b945 |
UHC | 鳶멩뿦弱둹E | 1110011011101001101110001110011010010111101001101110010110110000100010100111001001000101 | e6e9b8e697a6e5b08a7245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)